home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / graphics / mpeg2decodewos / mpeg2decodewos.readme < prev    next >
Text File  |  1999-03-08  |  2KB  |  73 lines

  1. Short: MPEG-2 movie replayer with sound (WarpUP)
  2. Author: pt98jsv@student.hk-r.se (Jesper Svennevid),MagicSN@Birdland.es.bawue.de (WarpUP-Version)
  3. Uploader: MagicSN@Birdland.es.bawue.de
  4. Type: gfx/show
  5. Requires: OS3.0+, PPC (WarpUP), AGA or CGFX-compatible graphics-card
  6.  
  7. This is a MPEG-2 movie replayer with sound for WarpUP. It is a direct
  8. port of Jesper Svennevid's MPEG-2 player for PowerUP. But in the meanwhile
  9. there were TONS of changes, of stuff what Jesper's player does not support :)
  10.  
  11. Latest Changes:
  12.  
  13. -k parameter uses PIP display for people with Picasso IV or CV/3D.
  14. This requires Picasso 96 to be installed, it does not work with CGX.
  15. (Anybody having CGX-PIP Code for me, in case CGX supports this ? CGX
  16. seems not to like my GFX Board, so i cannot do it myselves...)
  17.  
  18. Speed:
  19.  
  20. - 24 Bit PIP: 35 fps
  21. - 16 Bit WB Window: 34 fps
  22. - 24 Bit Screen: 26 fps
  23. - 8 Bit WB Window: 22.5 fps
  24. - 8 Bit Screen with direct Video RAM Access: 32.3 fps
  25. - 8 Bit Screen without direct Video RAM Access: 30.9 fps
  26. - 8 Bit AGA: 29.4 fps
  27.  
  28. Tested MPEG Video was 288x128 in size. System is a 150 MHz 604e.
  29.  
  30. Changes since the last version
  31.  
  32. -o6 displays in TrueColor/HiColor
  33. -o7 displays in HiQ in TrueColor/HiColor
  34.  
  35. Only GFX Boards support currently TrueColor/HiColor, HAM/HAM8 is not
  36. yet supported.
  37.  
  38. Pressing Control terminates the MPEG Player.
  39.  
  40. I also did a comparision test with another WarpUP Based MPEG Video
  41. Player (which was never finished...). My player is slightly faster :)
  42.  
  43. Near Future:
  44.  
  45. - HAM/HAM8 Support
  46. - optional PIP support for Picasso 96
  47. - someone doing me a GUI ? :)
  48.  
  49. Changes since the version before (two new switches):
  50.  
  51. -j          Enables a fps counter. This might slow down things, due
  52.             to Contextswitches.
  53.  
  54. -w          Enables Workbench Window Display, instead of Screen Display
  55.  
  56. I also fixed the bug, that the old version (both WarpUP and ppc.library
  57. version) crashed, if no -b parameter was given). I also set -o parameter
  58. to -o4 as default. So you don't need anymore to specify -o4 if you just
  59. want to display the thing :)
  60.  
  61. Note: The new switches are ONLY in the WarpUP version, but as the source
  62. code is included changes are high that Jesper will include them to the
  63. ppc.library version too in the future...
  64.  
  65. In case people wonder:
  66.  
  67. - wblib.lib is a StormC Linker Lib containing PPC ASM Code which for example
  68.   does the WB Window Color-Conversion.
  69. - You need to install the included chunkyppc.library to run the program.
  70.   Yes, chunkyppc.library is a WarpUP-PPC-SharedLib...
  71.  
  72.  
  73.